home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / Library / Implementation / HTMIME.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-09  |  451 b   |  30 lines

  1. /*  */
  2.  
  3. /*              MIME Parser                     HTMIME.h
  4. **              -----------
  5. **
  6. **   The MIME parser stream presents a MIME document.
  7. **
  8. **
  9. */
  10.  
  11. #ifndef HTMIME_H
  12. #define HTMIME_H
  13.  
  14. #include "HTStream.h"
  15. #include "HTAnchor.h"
  16.  
  17. extern HTStream * HTMIMEConvert PARAMS((HTPresentation * pres,
  18.                                         HTParentAnchor * anchor,
  19.                                         HTStream * sink));
  20.  
  21.  
  22. #endif
  23.  
  24.  
  25.  
  26.  
  27. /*
  28.  
  29.     */
  30.